

	<weapon type="BARETTA">
		<data slot="SHOTGUN" firetype="INSTANT_HIT" damagetype="BULLET" group="SHOTGUN" targetrange="35.0" weaponrange="40.0" clipsize="10" ammomax="200" timebetweenshots="433">
			<damage base="15" networkplayermod="5.0" networkpedmod="1.0"/>
			<physics force="12.0"/>
			<reload time="2933" fasttime="2933" crouchtime="2933"/>

			<aiming accuracy="0.05">
				<offset x="0.15" y="1.0" z="0.55"/>
				<crouchedoffset x="0.15" y="1.0" z="0.05"/>
				<reticule standing="1.0" ducked="1.0" scale="0.0"/>
			</aiming>

			<pickup regentime="480000" ammoonstreet="15"/>

			<controller>
				<rumble duration="200" intensity="1.0"/>
			</controller>

			<flags>
				<flag>GUN</flag>
				<flag>CAN_AIM</flag>
				<flag>2HANDED</flag>
				<flag>ANIM_RELOAD</flag>
				<flag>CAN_FREE_AIM</flag>
				<flag>ANIM_CROUCH_FIRE</flag>
				<flag>HIGHER_BREAK_FORCE</flag>
			</flags>
		</data>

		<assets model="w_pumpshot">
			<anim group="gun@aa12">
				<rates firerate="2.0" blindfirerate="2.0"/>
			</anim>

			<effects>
				<muzzle fx="muz_shotgun"/>
				<shell fx="weap_ejected_shotgun"/>
			</effects>
		</assets>
	</weapon>
